Skip to content

Update HttpClient.h #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

Warlib1975
Copy link

In ESP32/ESP8266 in Client there are two additional abstract methods exists:
virtual int connect(IPAddress ip, uint16_t port, int timeout) =0;
virtual int connect(const char *host, uint16_t port, int timeout) =0;
They are not implemented in HttpClient.h, so compilations stops with error.

In ESP32/ESP8266 in Client there are two additional abstract methods exists:
    virtual int connect(IPAddress ip, uint16_t port, int timeout) =0;
    virtual int connect(const char *host, uint16_t port, int timeout) =0;
They are not implemented in HttpClient.h, so compilations stops with error.
@sandeepmistry
Copy link

Let's see how the discussion in https://github.com/arduino-libraries/Ethernet/pull/95/files#r277642823 goes before merging this. cc/ @per1234

@per1234
Copy link

per1234 commented Sep 16, 2019

Fixed for ESP32 espressif/arduino-esp32#3191

I checked the entire history of Client.h in the ESP8266 core and it never had these overloads of Client.connect().

@per1234 per1234 closed this Sep 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants